home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual BASIC 5.0 (Ent. Edition) / Vb5ent Extractor.EXE / VB / SAMPLES / ENTRPRIS / APE / AECLIENT / AECLIENT.RC next >
Encoding:
Text File  |  1996-12-06  |  1.9 KB  |  57 lines

  1. STRINGTABLE DISCARDABLE 
  2. BEGIN
  3.     //Logging strings
  4.     1    "*** Do *NOT* Localize any string that starts with '***'.  They are comments to be used by localizers to identify sections.  They also mark the beginning of a new 'section' within the String Table."
  5.     2    "Client"
  6.     3    "Callback Received"
  7.     4    "Callback Error Received"
  8.     5    "Asynchronous Service Posted"
  9.  
  10.     7    "Error:  RunTest"
  11.     9    "RunTest Collision Retry"
  12.  
  13.     12    "Error:  WaitPeriod property"
  14.     13    "Start Test Received"
  15.     14    "Stop Test Received"
  16.     16    "Test Started"
  17.     17    "Test Complete"
  18.     18    "Calls Complete"
  19.     19    "Callbacks Complete"
  20.     
  21.     21    "Synchronous Service Posted"
  22.     22    "DoService Posted"
  23.     23    "Writing Temporary Log File"
  24.     24    "No authentication used"
  25.     26    "Disk full, logging turned off."
  26.     27    "PoolMgr rejection retries exhausted."
  27.  
  28.     29    "*** Font information for all forms.  Index 30 is the Character set, Index 31 is Font name, Index 32 is Font Size"
  29.     30    "0"
  30.     31    "Tahoma"
  31.     32    "10"
  32.     50    "Error:  "
  33.     
  34.     //U/I captions
  35.     100    "*** U/I captions"
  36.     101    "Client"        //Form Caption
  37.     102    "Calls Made"        //Calls Made Caption
  38.     103    "Calls Returned"    //Calls Returned Caption
  39.     
  40.     //Racreg32 error codes with 200 added for offset
  41.     200    "*** Racreg32 error codes with 200 added for offset"
  42.     201    "Unknown run time error occurred"
  43.     202    "No protocol was specified"
  44.     203    "No server machine name was specified"
  45.     204    "An error occurred reading from the registry"
  46.     205    "An error occurred writing to the registry"
  47.     206    "Both the ProgID and CLSID parameters were missing"
  48.     207    "There is no local server (either in-process or cross-process, 16-bit or 32-bit)"
  49.     208    "There was an error looking for the Proxy DLLs, check that they were installed properly"
  50.  
  51.     //Errors
  52.     32000    "Error descriptions"
  53.     32767    "OLE collision retries exhausted"
  54.     32765    "A required parameter is missing."
  55.     32750    "An error occurred changing server connection settings: <NAME>."
  56. END
  57.